Searched refs:local_state_change (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dmlme.c382 bool local_state_change)
412 req.local_state_change = local_state_change;
439 if (local_state_change)
447 if (local_state_change)
466 bool local_state_change)
473 key, key_len, key_idx, local_state_change);
568 bool local_state_change)
578 req.local_state_change = local_state_change;
374 __cfg80211_mlme_auth(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ieee80211_channel *chan, enum nl80211_auth_type auth_type, const u8 *bssid, const u8 *ssid, int ssid_len, const u8 *ie, int ie_len, const u8 *key, int key_len, int key_idx, bool local_state_change) argument
460 cfg80211_mlme_auth(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ieee80211_channel *chan, enum nl80211_auth_type auth_type, const u8 *bssid, const u8 *ssid, int ssid_len, const u8 *ie, int ie_len, const u8 *key, int key_len, int key_idx, bool local_state_change) argument
565 __cfg80211_mlme_deauth(struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *bssid, const u8 *ie, int ie_len, u16 reason, bool local_state_change) argument
603 cfg80211_mlme_deauth(struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *bssid, const u8 *ie, int ie_len, u16 reason, bool local_state_change) argument
619 __cfg80211_mlme_disassoc(struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *bssid, const u8 *ie, int ie_len, u16 reason, bool local_state_change) argument
648 cfg80211_mlme_disassoc(struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *bssid, const u8 *ie, int ie_len, u16 reason, bool local_state_change) argument
[all...]
H A Dcore.h294 bool local_state_change);
301 bool local_state_change);
318 bool local_state_change);
322 bool local_state_change);
326 bool local_state_change);
H A Dnl80211.c3531 bool local_state_change; local
3610 local_state_change = !!info->attrs[NL80211_ATTR_LOCAL_STATE_CHANGE];
3615 local_state_change);
3781 bool local_state_change; local
3827 local_state_change = !!info->attrs[NL80211_ATTR_LOCAL_STATE_CHANGE];
3830 local_state_change);
3847 bool local_state_change; local
3893 local_state_change = !!info->attrs[NL80211_ATTR_LOCAL_STATE_CHANGE];
3896 local_state_change);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h718 * @local_state_change: This is a request for a local state only, i.e., no
730 bool local_state_change; member in struct:cfg80211_auth_request
763 * @local_state_change: This is a request for a local state only, i.e., no
771 bool local_state_change; member in struct:cfg80211_deauth_request
784 * @local_state_change: This is a request for a local state only, i.e., no
792 bool local_state_change; member in struct:cfg80211_disassoc_request
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmlme.c2032 if (req->local_state_change)
2318 !req->local_state_change);
2357 cookie, !req->local_state_change);

Completed in 128 milliseconds