Searched refs:WPA_EVENT_ASSOCIATED (Results 1 – 2 of 2) sorted by relevance
66 #define WPA_EVENT_ASSOCIATED "Associated with " macro714 } else if (strncmp(p, WPA_EVENT_ASSOCIATED, strlen(WPA_EVENT_ASSOCIATED)) == 0) { in WpaCallBackFuncTwo()715 char *pBssid = strstr(p, WPA_EVENT_ASSOCIATED); in WpaCallBackFuncTwo()719 pBssid += strlen(WPA_EVENT_ASSOCIATED); in WpaCallBackFuncTwo()
50 #define WPA_EVENT_ASSOCIATED "Associated with " macro