Searched defs:send_action_cookie (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c321 u64 send_action_cookie; member in struct:wpa_driver_nl80211_data
1883 cookie_val == drv->send_action_cookie ?
1885 if (cookie_val != drv->send_action_cookie)
7199 "nl80211: Update send_action_cookie from 0x%llx to 0x%llx",
7201 drv->send_action_cookie,
7203 drv->send_action_cookie = cookie;
7258 &drv->send_action_cookie,
10649 &drv->send_action_cookie,
10669 (long long unsigned int) drv->send_action_cookie);
10674 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c321 u64 send_action_cookie; member in struct:wpa_driver_nl80211_data
1883 cookie_val == drv->send_action_cookie ?
1885 if (cookie_val != drv->send_action_cookie)
7199 "nl80211: Update send_action_cookie from 0x%llx to 0x%llx",
7201 drv->send_action_cookie,
7203 drv->send_action_cookie = cookie;
7258 &drv->send_action_cookie,
10649 &drv->send_action_cookie,
10669 (long long unsigned int) drv->send_action_cookie);
10674 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c321 u64 send_action_cookie; member in struct:wpa_driver_nl80211_data
1883 cookie_val == drv->send_action_cookie ?
1885 if (cookie_val != drv->send_action_cookie)
7199 "nl80211: Update send_action_cookie from 0x%llx to 0x%llx",
7201 drv->send_action_cookie,
7203 drv->send_action_cookie = cookie;
7258 &drv->send_action_cookie,
10649 &drv->send_action_cookie,
10669 (long long unsigned int) drv->send_action_cookie);
10674 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
[all...]

Completed in 452 milliseconds